home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be003.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  192 b   |  14 lines

  1. on exitFrame
  2.   if the timer < 4155 then
  3.     unloadMember("armsracebackgrnd")
  4.     unloadMember("bigbullet")
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go(75)
  13. end
  14.